home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / general / cdbw.exe / README.TXT < prev    next >
Text File  |  1991-09-15  |  2KB  |  56 lines

  1.  
  2.                                   README.TXT
  3.  
  4.  
  5.  
  6. Disk Contents
  7. =============
  8.  
  9. This diskette contains all binaries and source code for CDB For
  10. Windows.  Two self-extracting ZIP files are included.  CDBW.EXE
  11. contains all binaries and documentation.  CDBWSRC.EXE contains
  12. complete library and utility source code.  If you have any
  13. questions about the product, don't hesitate to contact us.
  14.  
  15.  
  16. Registration
  17. ============
  18.  
  19. Please be sure to fill out the registration form, REGISTER.TXT, and
  20. return it to Daytris.  This will ensure proper notification of
  21. CDB For Windows upgrades.
  22.  
  23.  
  24. Zortech C/C++ Compiler
  25. ======================
  26.  
  27. If you wish to recompile the SAMPLE program, define ZORTECH in the
  28. compile options on the command line.  The only difference is the
  29. memory.h include file.  Zortech C doesn't have one, the _fmem
  30. functions are included in string.h.
  31.  
  32.  
  33. C & Visual Basic Incompatibilities
  34. ==================================
  35.  
  36. The two sample programs, SAMPLE.EXE and VBSAMPLE.EXE, cannot access
  37. the same database.  This is because of the differences between C strings
  38. and Visual Basic strings.  C strings are NULL terminated.  Visual Basic
  39. strings are space filled with no NULL terminating character.  This
  40. creates incompatibilities in like structures.
  41.  
  42. The VBSAMPLE.EXE program may terminate with a UAE (uninterruptable
  43. application error) when accessing a database created with SAMPLE.EXE.
  44. This is due to the string incompatibilities described above.
  45.  
  46.  
  47. Visual Basic Notes
  48. ==================
  49.  
  50. Before running the CDBW sample applications, copy both DBSERVER.EXE and
  51. DBTALK.DLL to your WINDOWS directory or a directory in your path.
  52.  
  53. The DbOpen call in MENU.FRM contains a hardcoded directory of where the
  54. data base files reside.  This is the directory where the .DAT and .KEY
  55. files will be created.  The .DBD file must also reside in this directory.
  56.